home *** CD-ROM | disk | FTP | other *** search
-
-
- @DefineProject
- @Name = "SIGCAT Demo"
- @Version = "2.00"
- @OutDrive = C
- @Group = ""
- @SUBDIR = "\\SIG_REC"
- @EndProject
-
- @Display
- @Cls
-
- This program will install @Name Version @Version
- on your computer system and verify the integrity of the distribution
- CD. You may press the [Esc] key at any time to abort the installation
-
- INSTALL will ask you several questions about your computer hardware
- and where to install the product. Each question has a default answer.
-
-
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
-
- On which disk drive do you wish to install @Name?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @EndOutDrive
-
- @Display
- @If (@DiskFree @OutDrive < 2200000 )
-
-
- There is not enough room on Drive @OutDrive to install
- @Name @Version. 2.2Mb (2200000 bytes) are required; only
- @DiskFree @OutDrive bytes are current available.
-
- Exiting program...
-
- @Pause
- @Abort
- @Endif
-
- @EndDisplay
-
- @GetOption
-
- Please select your Graphics Adapter option. This option is needed
- only to display images.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @Option 11 = "Ega (640 x 350)"
- @Option 12 = "Vga (640 x 480)"
- @Option 13 = "Hercules"
- @Option 14 = "Moniterm"
- @Option 15 = "Wyse"
- @Option 16 = "No Graphics Adapter"
- @EndOption
-
- @GetOption
-
- Please select your Printer option.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @Option 21 = "LASERJET Parallel (Local or Network)"
- @Option 22 = "LASERJET JLASER (Local Only)"
- @Option 23 = "No Graphics Printer"
- @EndOption
-
- @DefineDisk
-
- @Label = "SIGCAT DEMO DISK"
-
- @FILE REF_TEK\FIELDED\RB.BAT @Out @OutDrive:@Subdir\RB.BAT
- @FILE REF_TEK\FIELDED\RBIMGEGA.CFG @Out @OutDrive:@Subdir\RBIMG.CFG @Option 11
- @FILE REF_TEK\FIELDED\RBIMGVGA.CFG @Out @OutDrive:@Subdir\RBIMG.CFG @Option 12
- @FILE REF_TEK\FIELDED\RBIMGHER.CFG @Out @OutDrive:@Subdir\RBIMG.CFG @Option 13
- @FILE REF_TEK\FIELDED\RBIMGMTM.CFG @Out @OutDrive:@Subdir\RBIMG.CFG @Option 14
- @FILE REF_TEK\FIELDED\RBIMGWYS.CFG @Out @OutDrive:@Subdir\RBIMG.CFG @Option 15
-
- @EndDisk
-
- @SetConfig
- @AskOverwrite
-
- @Files = 30
- @Buffers = 20
-
- @EndConfig
-
- @FINISH
-
- @SYSTEM "@InDrive:\\REF_TEK\\FIELDED\\SIG_REC -x @OutDrive:@Subdir *.*"
- @CHDRIVE @OUTDRIVE
- @CHDIR "@SUBDIR"
-
- @If (14 [= @Option)
- @System "DVR_CFG /SDVR:4 >NUL"
- @Elseif (15 [= @Option)
- @System "DVR_CFG /SDVR:5 >NUL"
- @Endif
-
- @If (21 [= @Option)
- @System "DVR_CFG /PDVR:2 /PPORT:1 >NUL"
- @Elseif (22 [= @Option)
- @System "DVR_CFG /PDVR:3 /PPORT:1 >NUL"
- @Endif
-
- @CLS
-
- No errors were detected during installation.
-
- Installation is now complete.
-
- @PAUSE
- @CLS
-
- @EndFinish
-
- /* end-of-file */
-